Skip to content

update sui version#2517

Merged
FelixFan1992 merged 2 commits intomainfrom
update-sui-version
Apr 10, 2026
Merged

update sui version#2517
FelixFan1992 merged 2 commits intomainfrom
update-sui-version

Conversation

@FelixFan1992
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 10, 2026 15:58
@FelixFan1992 FelixFan1992 requested a review from a team as a code owner April 10, 2026 15:58
@github-actions
Copy link
Copy Markdown

👋 FelixFan1992, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the default Docker image used by the Sui blockchain component, changing both the Sui tools version and the release channel used when Input.Image is not explicitly provided.

Changes:

  • Bump the default mysten/sui-tools image from devnet-v1.61.0 to mainnet-v1.68.1 for Sui node startup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 83 to 85
if in.Image == "" {
in.Image = "mysten/sui-tools:devnet-v1.61.0"
in.Image = "mysten/sui-tools:mainnet-v1.68.1"
}
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default Sui image tag changed from devnet-... to mainnet-... while the code still starts a local node with --force-regenesis --with-faucet. If the intent is only a version bump, consider keeping the same release channel (e.g., devnet-v1.68.1) or otherwise document/justify the behavior change, since this alters the default runtime behavior for anyone not explicitly setting Input.Image.

Copilot uses AI. Check for mistakes.
@FelixFan1992 FelixFan1992 enabled auto-merge (squash) April 10, 2026 16:24
@FelixFan1992 FelixFan1992 merged commit 9c0ac71 into main Apr 10, 2026
72 checks passed
@FelixFan1992 FelixFan1992 deleted the update-sui-version branch April 10, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants